Computer-MCQ Computer Organisation /MCQS on addressing modes SET 1 Sample Test,Sample questions

Question:
Add #%01011101,R1 , when this instruction is executed then ______

1.The binary addition between the operands takes place

2.The Numerical value represented by the binary value is added to the value of R1

3.The addition doesn’t take place, whereas this is similar to a MOV instruction

4.None of the mentioned


Question:
Add #45, when this instruction is executed the following happen/s _______

1.The processor raises an error and requests for one more operand

2.The value stored in memory location 45 is retrieved and one more operand is requested

3. The value 45 gets added to the value on the stack and is pushed onto the stack

4.None of the mentioned


Question:
An 24 bit address generates an address space of ______ locations.

1.1024

2.4096

3.248

4.16,777,216


Question:
 In the case of, Zero-address instruction method the operands are stored in _____

1.Registers

2. Accumulators

3.Push down stack

4.Cache


Question:
 In the implementation of a Multiplier circuit in the system we make use of _______

1.Counter

2.Flip flop

3. Shift register

4.Push down stack


Question:
 The instruction, Add R1,R2,R3 in RTN is _______

1. R3=R1+R2+R3

2. R3<-[R1]+[R2]+[R3]

3.R3=[R1]+[R2]

4.R3<-[R1]+[R2]


Question:
 The register used to store the flags is called as _________

1.Flag register

2.Status register

3.Test register

4. Log register


Question:
 The smallest entity of memory is called _______

1.Cell

2. Block

3. Instance

4.Unit


Question:
 When we perform subtraction on -7 and 1 the answer in 2’s complement form is _________

1.1010

2.1110

3. 0110

4. 1000


Question:
 Which of the following techniques used to effectively utilize main memory?

1.Address binding

2.Dynamic linking

3.Dynamic loading

4.Both Dynamic linking and loading


Question:
Can you perform an addition on three operands simultaneously in ALN using Add instruction?

1.Yes

2.Not possible using Add, we’ve to use AddSetCC

3.Not permitted

4. None of the mentioned


Question:
Complete the following analogy:- Registers are to RAM’s as Cache’s are to _______

1.System stacks

2.Overlays

3.Page Table

4.TLB


Question:
Does the Load instruction do the following operation/s?

1.Loads the contents of a disc onto a memory location

2.Loads the contents of a location onto the accumulators

3.Load the contents of the PCB onto the register

4.None of the mentioned


Question:
During the transfer of data between the processor and memory we use ______

1.Cache

2.TLB

3.Buffers

4.Registers


Question:
For the addition of large integers, most of the systems make use of _____

1.Fast adders

2.Full adders

3.Carry look-ahead adders

4. None of the mentioned


Question:
If a system is 64 bit machine, then the length of each word will be _______

1.4 bytes

2.8 bytes

3. 16 bytes

4.12 bytes


Question:
If we want to perform memory or arithmetic operations on data in Hexa-decimal mode then we use _________ symbol before the operand.

1. ~

2.!

3.$

4. *


Question:
In a normal n-bit adder, to find out if an overflow as occurred we make use of ______

1.And gate

2.Nand gate

3.Nor gate

4.Xor gate


Question:
In a system, which has 32 registers the register id is __________ long.

1.16 bit

2. 8 bits

3.5 bits

4. 6 bits


Question:
In some pipelined systems, a different instruction is used to add to numbers which can affect the flags upon execution. That instruction is _____

1.AddSetCC

2.AddCC

3.Add++

4.SumSetCC


Question:
In the following indexed addressing mode instruction, MOV 5(R1), LOC the effective address is ______

1.EA = 5+R1

2.EA = R1

3. EA = [R1]

4.EA = 5+[R1]


Question:
Physical memory is divided into sets of finite size called as ______

1.Frames

2.Pages

3.Blocks

4.Vectors


Question:
RTN stands for _____

1.Register Transfer Notation

2.Register Transmission Notation

3.Regular Transmission Notation

4.Regular Transfer Notation


Question:
The addressing mode which makes use of in-direction pointers is ______

1. Indirect addressing mode

2. Index addressing mode

3.Relative addressing mode

4.Offset addressing mode


Question:
The addressing mode, where you directly specify the operand value is _______

1.Immediate

2. Direct

3.Definite

4. Relative


Question:
The addressing mode/s, which uses the PC instead of a general purpose register is ______

1. Indexed with offset

2.Relative

3.Direct

4.Both Indexed with offset and direct


Question:
The BOOT sector files of the system are stored in ______

1. Harddisk

2.ROM

3.RAM

4.Fast solid state chips in the motherboard


Question:
The collection of the above mentioned entities where data is stored is called ______

1. Block

2.Set

3.Word

4.Byte


Question:
The effective address of the following instruction is MUL 5(R1,R2).

1.5+R1+R2

2.5+(R1*R2)

3.5+[R1]+[R2]

4. 5*([R1]+[R2])


Question:
The Flag ‘V’ is set to 1 indicates that _____________

1.The operation is valid

2.The operation is validated

3.The operation has resulted in an overflow

4. None of the mentioned


Question:
The instruction, Add #45,R1 does _______

1.Adds the value of 45 to the address of R1 and stores 45 in that address

2.Adds 45 to the value of R1 and stores it in R1

3.Finds the memory location 45 and adds that content to that of R1

4.None of the mentioned


Question:
The instruction, Add Loc,R1 in RTN is _____

1. AddSetCC Loc+R1

2.R1=Loc+R1

3.Not possible to write in RTN

4.R1<-[Loc]+[R1]


Question:
The most efficient method followed by computers to multiply two unsigned numbers is _______

1.Booth algorithm

2.Bit pair recording of multipliers

3.Restoring algorithm

4.Non restoring algorithm


Question:
The processor keeps track of the results of its operations using flags called ________

1.Conditional code flags

2. Test output flags

3.Type flags

4.None of the mentioned


Question:
The technique used to store programs larger than the memory is ____________

1.Overlays

2.Extension registers

3.Buffers

4.Both Extension registers and Buffers


Question:
The transfer of large chunks of data with the involvement of the processor is done by _____

1.DMA controller

2.Arbitrator

3.User system programs

4.None of the mentioned


Question:
The two phases of executing an instruction are ______

1. Instruction decoding and storage

2. Instruction fetch and instruction execution

3.Instruction execution and storage

4. Instruction fetch and Instruction processing


Question:
The type of memory assignment used in Intel processors is _____

1.Little Endian

2.Big Endian

3.Medium Endian

4.None of the mentioned


Question:
The unit which acts as an intermediate agent between memory and backing store to reduce process time is ________

1.TLB’s

2.Registers

3.Page tables

4.Cache


Question:
To get the physical address from the logical address generated by CPU we use ________

1.MAR

2.MMU

3.Overlays

4.TLB


Question:
When 1101 is used to divide 100010010 the remainder is ______

1.101

2.11

3.0

4.1


Question:
When generating physical addresses from a logical address the offset is stored in __________

1.Translation look-aside buffer

2.Relocation register

3.Page table

4. Shift register


Question:
When using the Big Endian assignment to store a number, the sign bit of the number is stored in _____

1.The higher order byte of the word

2.The lower order byte of the word

3. Can’t say

4. None of the mentioned


Question:
When we perform subtraction on -7 and -5 the answer in 2’s complement form is ________

1.11110

2. 1110

3.1010

4.10


Question:
When we subtract -3 from 2 , the answer in 2’s complement form is _________

1.1

2.1101

3.101

4.1001


Question:
Which method of representation has two representations for ‘0’?

1.Sign-magnitude

2.1’s complement

3.2’s complement

4.None of the mentioned


Question:
Which method/s of representation of numbers occupies a large amount of memory than others?

1.Sign-magnitude

2. 1’s complement

3.2’s complement

4. 1’s & 2’s compliment


Question:
Which representation is most efficient to perform arithmetic operations on the numbers?

1. Sign-magnitude

2.1’s complement

3.2’S complement

4.None of the mentioned


Question:
____ addressing mode is most suitable to change the normal sequence of execution of instructions.

1.Relative

2.Indirect

3.Index with Offset

4.Immediate


Question:
_____ method is used to map logical addresses of variable length onto physical memory.

1.Paging

2.Overlays

3.Segmentation

4.Paging with segmentation


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!